home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Inter@ctive 17
/
Computer Interactive cdrom 17 - gen 99.iso
/
ZDNETIT
/
CONTENT
/
YES2K.ZIP
/
yes2kv20.exe
/
Y2DOSWIN.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1998-08-26
|
311 b
|
11 lines
@echo off
if "%windir%"=="" goto dos
REM We're running Windows 95/98 so run the Yes2K Windows scanner and
REM take the workstation name from Network, Properties, ID, Computer Name
yes2k /wc /pn
goto end
:dos
REM Run the Yes2K DOS scanner and prompt the user for the workstation name
yes2kdos /pn
:end